home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14602 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  782 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: errdogg@aol.com (Err Dogg)
  3. Newsgroups: comp.lang.c++
  4. Subject: Need help making a DLL
  5. Date: 1 Apr 1996 00:19:24 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4jnp0s$d7p@newsbf02.news.aol.com>
  9. Reply-To: errdogg@aol.com (Err Dogg)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. I need a little hand making a DLL.  I have some C++ functions that I want
  13. to incorporate into VB, but I'm having trouble making the DLL.  I have
  14. Borland C++ 4.0.  I thought all I needed to do was somthign like
  15.  
  16. int _export far pascal function (int arg1)
  17. {
  18.   function
  19. }
  20.  
  21. I thought the compiler would then know I wanted a DLL, but I select
  22. project, make, and it trys to build an EXE.  Thanks for your time.
  23.